home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / ComputerScience / MethodsInAction / MethodsInAction.app / Makefile < prev    next >
Makefile  |  1992-08-19  |  965b  |  42 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = MethodsInAction
  11.  
  12. INTERFACES = MethodsInAction.nib SubControl.nib scrollViewer.nib
  13. CLASSES = CircleView.m Example2.m Example3.m GrayScale.m
  14. MFILES = MethodsInAction_main.m
  15. HFILES = Documentation.h
  16. APPICON = threeballv4.tiff
  17.  
  18.  
  19. SOURCEMODE = 444
  20.  
  21. LIBS = -lDocumentation -lMMText -lMethodsInAction\
  22.     -lNeXT_s -lsys_s
  23. DEBUG_LIBS = $(LIBS)
  24. PROF_LIBS = -lDocumentation -lMMText -lMethodsInAction\
  25.     -lNeXT_p -lsys_p
  26.  
  27. MAKEFILEDIR = /usr/lib/nib
  28. ICONSECTIONS =    -sectcreate __ICON app threeballv4.tiff
  29. APPWRAPPER = YES
  30. NOMACHO = YES
  31.  
  32. INSTALLDIR = $(HOME)/Apps
  33. INSTALLFLAGS = -c -s -m 755
  34.  
  35. -include Makefile.preamble
  36.  
  37. include $(MAKEFILEDIR)/app.make
  38.  
  39. -include Makefile.postamble
  40.  
  41. -include Makefile.dependencies
  42.